ArcPad Map File Schema
SCALEBAR Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element : SCALEBAR Element

Glossary Item Box

Description

Used to define display properties for the scalebar in an ArcPad map file (*.apm).

Diagram

SCALEBAR Element

Overview

SCALEBAR
Used to define display properties for the scalebar in an ArcPad map file (*.apm).
visible optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse  

Source

<xs:element name="SCALEBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define display properties for the scalebar in an ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" ref="visible">
      <xs:annotation>
        <xs:documentation>Flag that determines if the scalebar is initially visible (true) or not (false).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.